PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFYCurveToOperator Class / PDFYCurveToOperator Constructor / PDFYCurveToOperator Constructor(double,double,double,double)
The X coordinate of the first control point.
The Y coordinate of the first control point.
The X coordinate of the third control point.
The Y coordinate of the third control point.
In This Topic
    PDFYCurveToOperator Constructor(double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFYCurveToOperator( 
       double x1,
       double y1,
       double x3,
       double y3
    )

    Parameters

    x1
    The X coordinate of the first control point.
    y1
    The Y coordinate of the first control point.
    x3
    The X coordinate of the third control point.
    y3
    The Y coordinate of the third control point.
    See Also